home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / TECHNICA / COMPUTER / H254.ZIP / IRITSM3S.ZIP / POLY3D / POLY3DMS.CFG < prev    next >
Text File  |  1992-02-24  |  4KB  |  141 lines

  1. ;
  2. ; Config file for poly3d (MSDOS version)
  3. ;
  4.  
  5. ;If true, display INTERNAL edges (created by IRIT solid modeller) (option -i)
  6. ;Interanal    TRUE
  7.  
  8. ;Sets depth cue status to begin with - drawing of the lines with negative Z
  9. ; (depth) as dotted lines
  10. DepthCue    TRUE
  11.  
  12. ;The viewing mode to begin with:
  13. ; 1. Perspective View
  14. ; 2. Orthographic view
  15. ViewMode    2
  16.  
  17. ;Vertices normal length. This number is divided by 100 to form object space
  18. ;normal size scaler.
  19. NormalLength    10
  20.  
  21. ;Draw vertices normals using NormalLength above if TRUE and vertex has
  22. ;normal attribute ([NORMAL X Y Z]).
  23. DrawVNormal    FALSE
  24.  
  25. ;Draw polygons normals using NormalLength above if TRUE and polygon has
  26. ;plane attribute ([PLANE A B C D]).
  27. DrawPNormal    FALSE
  28.  
  29. ;If TRUE four polygons are formed from each bilinear
  30. ;in the solid rendering option. Otherwise two polygons.
  31. FourPerFlat    FALSE
  32.  
  33. ;Sets default log based 2 of FineNess for subdivision
  34. ;of surfaces into polygons.
  35. FineNess    5
  36.  
  37. ;The transformation to begin with should be in:
  38. ; 1. Screen axes coordinate system
  39. ; 2. Object axes coordinate system
  40. TransMode    1
  41.  
  42. ;If true print more messages (boolean) (-m)
  43. More        TRUE
  44.  
  45. ;If a mouse is to be supported.
  46. Mouse        TRUE
  47.  
  48. ;If a joystick is to be supported.
  49. Joystick    FALSE
  50.  
  51. ;Control sensitivity of the mouse. The bigger this number is, the lesser
  52. ;sensitive the mouse is.
  53. MouseSensitivity    10
  54.  
  55. ;Defines the name and mode for the driver to use in SVGA (select 999 for
  56. ;GraphDriver below), in the form "Name.Mode". For example to use the BGI
  57. ;driver named ATI.BGI in mode 2, set this string to be "ATI.2".
  58. ;This extension driver is assumed to be 800 by 600 in resolution but any
  59. ;other driver of 4:3 aspect ratio should work o.k.
  60. ;Note the full path to the driver must be specified.
  61. SVGANameMode    "ATI.2"
  62.  
  63. ;Full path to the directory where the BGI driver(s) is (are) saved.
  64. BGIDriverPath    "C:/BC/BGI"
  65.  
  66. ;Graphic driver can be one of:
  67. ; 0 - Autodetect (same as no default at all in this file)
  68. ; 1 - CGA (Hires two colors mode).
  69. ; 3 - EGA
  70. ; 4 - EGA64
  71. ; 5 - EGAMONO
  72. ; 7 - Hercules.
  73. ; 9 - VGA
  74. ; 999 - SVGA (super VGA) user installed driver. See SVGANameMode above.
  75. GraphDriver    0
  76.  
  77. ;If the polygons are ordered in a pattern and only the first i edges of
  78. ;each polygon are to be seen, set NumOfEdges to k. Very handy with the
  79. ;DrawFn3D program as NumOfEdges 2 (DrawFn3D generates triangles). If
  80. ;set to 0 all the polygon edges are to be handled.
  81. NumOfEdges    0
  82.  
  83. ;If a closed object is to be displayed, each edge is shared by two polygons,
  84. ;and there is not reason to display it twice (if fact it will be displayed
  85. ;twice in opposite direction - a heuristic that is used here). This can
  86. ;speed up the display by almost factor of two.
  87. ClosedObject    FALSE
  88.  
  89. ;If TRUE then surfaces control mesh and curves control polygon are drawn as
  90. ;well as the surfaces/curves themselves.
  91. DrawSurfaceMesh    TRUE
  92.  
  93. ;If TRUE then surfaces is subdivided into polygons which are drawn instead
  94. ;of isolines (if FALSE). NumOfIsolines control the fineness of the
  95. ;subdivision in this case.
  96. DrawSurfacePoly FALSE
  97.  
  98. ;Number of equally spaced in parametric space isolines per surface.
  99. ;Should be at list 2.
  100. NumOfIsolines    8
  101.  
  102. ;LOG2 of the number of samples (equally spaced in parametric space) per
  103. ;curve. Should be between 1 (2^1 = 2 samples) and 10 (2^10 = 1024 samples).
  104. SamplesPerCurve    4
  105.  
  106. ;Below is the color selection for window frame color. Colors should be one of:
  107. ; WHITE   = 0
  108. ; BLACK   = 1
  109. ; RED     = 2
  110. ; GREEN   = 3
  111. ; BLUE    = 4
  112. ; YELLOW  = 5
  113. ; CYAN    = 6
  114. ; MAGENTA = 7
  115. ;Four colors should be specified for the View/Trans windows.
  116. WndwViewClr    2
  117. WndwTransClr    3
  118.  
  119. ;Below the size and position of the View/Trans windows
  120. ;should be specified in normalized coordinates where the screen spans
  121. ; X:[0..1], Y:[0..1]. Windows may overlap.
  122. WndwViewPos   "0.02, 0.02, 0.72, 0.98"
  123. WndwTransPos  "0.75, 0.02, 0.98, 0.98"
  124.  
  125. ;Size in pixel of the windows frame width.
  126. WndwWidth    8
  127.  
  128. ;Boolean to control the default display of window name headers.
  129. WndwHeader    FALSE
  130.  
  131. ;Pop up menus are covering window area which is swapped temporary to
  132. ; Conventional memory    0
  133. ; EMS memory        1
  134. ; XMS memory        2 (Currently not supported)
  135. ; Disk space        3 (Ram disk is a good choice)
  136. WndwBackSave    3
  137.  
  138. ;If WndwBackSave is 3 (to disk), this variable define the directory to which
  139. ;temporary files will be swapped.
  140. WndwBackSavePath    "c:/"
  141.